home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / exhost13.arc / EXAMPLES.ARC / FISHING.BAT < prev    next >
DOS Batch File  |  1990-11-03  |  514b  |  10 lines

  1.              Example batch file to run the Fishing door in Doorway mode
  2. @echo off
  3. copy door.sys fishing     <--- copies door.sys file to the fishing directory
  4. cd fishing                <--- changes directory to fishing
  5. fishing.exe 1 C:\telix    <--- runs the fishing door in local mode for doorway
  6. cd \telix                 <--- change back to Telix directory
  7.  
  8.         Additional information and help on setting up doors is available
  9.          to registered users on both support boards and on Compuserve.
  10.